Eclipse Platform
Pre-release 3.0

org.eclipse.swt.browser
Class VisibilityWindowAdapter

java.lang.Object
  extended byorg.eclipse.swt.browser.VisibilityWindowAdapter
All Implemented Interfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener, VisibilityWindowListener

public abstract class VisibilityWindowAdapter
extends Object
implements VisibilityWindowListener

This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.

Classes that wish to deal with WindowEvents can extend this class and override only the methods which they are interested in.

NOTE: The API in the browser package is NOT finalized. Use at your own risk, because it will most certainly change. The only reason this API is being released at this time is so that other teams can try it out.

See Also:
VisibilityWindowListener, WindowEvent

Constructor Summary
VisibilityWindowAdapter()
           
 
Method Summary
 void hide(WindowEvent event)
          This method is called when the Browser is requested to be hidden.
 void show(WindowEvent event)
          This method is called when the Browser is requested to be displayed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisibilityWindowAdapter

public VisibilityWindowAdapter()
Method Detail

hide

public void hide(WindowEvent event)
This method is called when the Browser is requested to be hidden.

Specified by:
hide in interface VisibilityWindowListener
Since:
3.0
See Also:
WindowEvent

show

public void show(WindowEvent event)
This method is called when the Browser is requested to be displayed.

Specified by:
show in interface VisibilityWindowListener
Since:
3.0
See Also:
WindowEvent

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.